projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e8618
)
(unibyte_display_via_language_environment): Add extern.
author
Andrew Innes
<andrewi@gnu.org>
Sun, 2 May 1999 11:02:11 +0000
(11:02 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Sun, 2 May 1999 11:02:11 +0000
(11:02 +0000)
src/msdos.c
patch
|
blob
|
history
diff --git
a/src/msdos.c
b/src/msdos.c
index 9bb5fd9e78891da05339d31a1fff9dfc2ec15acd..24edf9c59dc50360faf926104d8b416397c01fd0 100644
(file)
--- a/
src/msdos.c
+++ b/
src/msdos.c
@@
-355,6
+355,8
@@
static unsigned long screen_old_address = 0;
/* Segment and offset of the virtual screen. If 0, DOS/V is NOT loaded. */
static unsigned short screen_virtual_segment = 0;
static unsigned short screen_virtual_offset = 0;
+/* A flag to control how to display unibyte 8-bit characters. */
+extern int unibyte_display_via_language_environment;
#if __DJGPP__ > 1
/* Update the screen from a part of relocated DOS/V screen buffer which